home *** CD-ROM | disk | FTP | other *** search
- object WebModule1: TWebModule1
- OldCreateOrder = False
- Actions = <
- item
- Default = True
- Name = 'Root'
- OnAction = WebModule1RootAction
- end
- item
- Name = 'BackGround'
- PathInfo = '/BackGround'
- OnAction = WebModule1BackGroundAction
- end
- item
- Name = 'Chart'
- PathInfo = '/Chart'
- OnAction = WebModule1ChartAction
- end>
- Left = 350
- Top = 344
- Height = 200
- Width = 437
- object PageProducer1: TPageProducer
- HTMLDoc.Strings = (
- '<HTML>'
- '<HEAD>'
- '<title>Web Controls Demo</title>'
- '</HEAD>'
-
- '<BODY Background="http://127.0.0.1/cgi-bin/project1.exe/Backgrou' +
- 'nd">'
- ''
- '<h1>Web Controls Demo</h1>'
- ''
-
- 'The background and chart are generated using HomeGrown'#39's Web Con' +
- 'trols.'
- ''
- '<P><IMG SRC="http://127.0.0.1/cgi-bin/project1.exe/Chart">'
- ''
- '</BODY>'
- '</HTML>'
- ' '
- '')
- Left = 32
- Top = 16
- end
- object WebRotatedLabel1: TWebRotatedLabel
- Angle = 25
- Relief = False
- Color = clWhite
- Caption = 'Web Controls Demo'
- Font.Charset = ANSI_CHARSET
- Font.Color = clYellow
- Font.Height = -32
- Font.Name = 'Marking Pen'
- Font.Style = []
- ContentType = 'image/jpeg'
- Height = 152
- Left = 128
- Top = 16
- end
- object WebXYChart1: TWebXYChart
- Title = 'Graph of X vs X Squared'
- BorderWidth = 1
- ContentType = 'image/jpeg'
- Width = 300
- Height = 200
- ChartType = ctLine
- XLabel = 'X'
- YLabel = 'X squared'
- Grid = gtBoth
- Left = 80
- Top = 72
- end
- end
-